home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 42 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: pravda.aa.msen.com!not-for-mail
  2. From: crandall@mail.msen.com (Chad Randall)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: Scale'ing of JPEGS
  5. Date: 3 Jan 1996 13:10:30 GMT
  6. Organization: Msen, Inc. -- Ann Arbor, MI.
  7. Message-ID: <4cdv86$r96@pravda.aa.msen.com>
  8. References: <DKH54v.K16@gremlin.nrtc.northrop.com>
  9. NNTP-Posting-Host: conch.aa.msen.com
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. mfrena@world.nad.northrop.com wrote:
  13. : I've got a couple of huge jpeg pictures that I'd like to scale down in
  14. : size.  From about 1620x1290 to 1024x768.  When I try to use Adpro with
  15. : an A3000 with 14 Megs of ram I get a requestor asking for 14 megs of
  16. : continous ram and one for 20 megs of ram.  Since I don't have this much
  17. : ram I cannot do anything with these pictures.
  18. : My question is, is there any other programs available for the Amiga via
  19. : share/freeware that I can use to scale down these pictures?  Or maybe 
  20. : some utility that I can use for this purpose?
  21. : Any help would be appreciated.
  22.  
  23. Check out the Netpbm archives on Aminet.  The gfx processing programs
  24. always save to disk, so the image size is only limited by your available
  25. HD space.
  26.  
  27. pnmbin.lha         gfx/pbm    622K  90+Netpbm 01mar94 - PNM binaries
  28. ppmbin1.lha        gfx/pbm    643K  90+Netpbm 01mar94 - PPM binaries #1
  29. ppmbin2.lha        gfx/pbm    239K  90+Netpbm 01mar94 - PPM binaries #2
  30. pgmbin.lha         gfx/pbm    278K  90+Netpbm 01mar94 - PGM binaries
  31. ilbmtoppm.lha      gfx/pbm    111K  32+Ilbmtoppm/ppmtoilbm update
  32. ppm2AGA16.lha      gfx/pbm    309K  43+High quality ppm/JPEG to AGA converter
  33. manuals.lha        gfx/pbm    141K  90+Netpbm 01mar94 - formatted manuals
  34. mergedbin.lha      gfx/pbm    382K  90+Netpbm 01mar94 - merged binaries
  35.  
  36.  
  37. After installing all/some of these files, do the following:
  38.  
  39. djpeg filename.jpg >filename.ppm
  40. pnmscale -xscale .50 -yscale .50 filename.ppm >filename_scale.ppm
  41. cjpeg -quality 80 -optimize filename_scale.ppm >filename_scale.jpg
  42.  
  43. This might all look complicated, but after doing a few, it becomes
  44. easier to think about it.
  45.  
  46. Even with ADPro and 18 megs RAM, I still prefer to use the netpbm
  47. programs 90% of the time to convert or scale images.
  48.  
  49.  
  50. And best of all, it's all FREE!
  51.  
  52.  
  53. Chad Randall
  54. crandall@msen.com
  55.